Skip to content

added revision field in bundleCOnfig#576

Open
ChrBlaesBD wants to merge 27 commits intomasterfrom
auz-2642-adding-revision-to-bundle
Open

added revision field in bundleCOnfig#576
ChrBlaesBD wants to merge 27 commits intomasterfrom
auz-2642-adding-revision-to-bundle

Conversation

@ChrBlaesBD
Copy link
Contributor

No description provided.

@ChrBlaesBD ChrBlaesBD requested a review from a team as a code owner February 19, 2026 09:47
@bdjgs bdjgs force-pushed the auz-2642-adding-revision-to-bundle branch from f6d7d22 to e3231a8 Compare March 9, 2026 09:16
)

// BundleConfig represents the configuration of a bundle in the OCP APIs.
type BundleConfig struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not used

if body != nil {
if err := json.NewEncoder(&b).Encode(body); err != nil {
return nil, errors.Wrap(err, "could not encode body")
switch payload := body.(type) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert, as we shouldn't have to change any files related to Styra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants